﻿.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mt4{
    margin-top: 4%;
}
.mt5{
    margin-top: 5%;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'bar';
    src: url("img/Barlow Condensed SemiBold.woff2.ttf");
}
.padding {
    padding: 3% 0 3% 0;
}
.padding-inner {
    padding: 3% 0 3% 0;
}
.padding-top {
    padding-top: 3%;
}

.padding-bottom {
    padding-bottom: 3%;
}
.inner-padding{
    padding:4% 0;
}
.inner-padding-top{
    padding-top: 4%;
}
.inner-padding-bottom{
    padding-bottom: 4%;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.head_fix{
    background-color: #fff;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 1000;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_logo{
    width: 225px;
    margin-left:3%;
}
.head_logo img{
    height: 55px;
}
.head_right{
    width: 70%;
    position: relative;
}
.head_right .btn{
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
}
.head_right .btn.xialabtn{
    display: none;
}
.head_right .head_menu{
    float: left;
    width: calc(100% - 300px);
}
.head_right .head_menu ul{
    display: flex;
    justify-content: space-between;
}
.head_right .head_menu li a{
    display: block;
    font-size:18px;
    color:#333;
    line-height: 100px;
}
.head_right .head_menu li a:hover
,.head_right .head_menu li a.active{
    color:#0f6dae;
}
.head_right .head_menu.sou{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.seartoggle{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top:0;
    right:201px;
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.seartoggle.show{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.seartoggle form {
    width: 450px;
}
.seartoggle form input[type=text] {
    color: #333;
    width: 350px;
    border: none;
    float: left;
    height: 45px;
    font-size: 14px;
    padding-left: 36px;
    background: #f2f2f2;
}
.seartoggle input[type=submit] {
    border: none;
    float: right;
    width: 100px;
    height: 45px;
    background: #fff url(img/search.png) no-repeat center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.seartoggle .close{
    width: 34px;
    height: 45px;
    background: url(img/close1.png) no-repeat center;
    background-size: 20px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-right: 30px;
}

.swiper-banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-banner .pic{
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: transform 3s;
    transition: transform 3s;
}
.swiper-banner .swiper-slide-active .pic{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.swiper-banner .swiper-slide .banner-text{
    width: 100%;
    position: absolute;
    top:40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}
.swiper-banner .swiper-slide .banner-text1 .t1{
    color:#fff;
    font-size:40px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.swiper-banner .swiper-slide .banner-text1 .t2{
    color:#fff;
    font-size:20px;
    padding-left:31px;
    position: relative;
    line-height: 43px;
}
.swiper-banner .swiper-slide .banner-text1 .t2:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border:2px solid #fff;
    border-radius: 100%;

}
.banner-jiaodian{
    position: absolute;
    width: 100%;
    bottom:6%;
}
.swiper-pagination-banner{
    bottom: 0;
    text-align: left;
}

.loading {
    position: relative;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    border: 2px solid transparent;
    background: none;
    opacity: 0.6;
}

.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.4);
    opacity: 1;
}

.loading .c-progress {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 120px;
    opacity: 1;
}


.loading .left,.loading .right {
    position: absolute;
    top: -2px;
    left: -2px;
    overflow: hidden;
    width: 19px;
    height: 38px;
    opacity: 0
}

.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1
}

.loading .right {
    top: -2px;
    right: -2px;
    left: auto
}

.loading .left:after,.loading .right:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 38px;
    border: 2px solid #fff;
    border-right: 0;
    border-radius: 19px 0 0 19px;
    content: "";
    box-sizing: border-box;
}

.loading .right:after {
    position: absolute;
    display: block;
    border: 2px solid #fff;
    border-left: 0;
    border-radius: 0 19px 19px 0;
    content: "";
}

.loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 6.5s;
    animation-timing-function: linear;
    animation-name: spin-left
}

.loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 6.5s;
    animation-timing-function: linear;
    animation-name: spin-right
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.in_company .imgbox{
    float: left;
    width: 47%;
    height: 435px;
    overflow: hidden;
}
.in_company .imgbox img{
    object-position: top;
}
.in_company .text1{
    float: right;
    width: 47%;
}
.in_company .text1 .en{
    font-family: Arial;
    color: #0f6dae;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.in_company .text1 .t1{
    color: #000000;
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0% 0 2% 0;
}
.in_company .text1 .line{
    width: 54px;
    height: 3px;
    background: #0f6dae;
    margin-bottom: 3%;
}
.in_company .text1 .t2{
    color:#818181;
    font-size:16px;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.in_company .text1 .item{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
    flex-wrap: wrap;
}
.in_company .text1 .item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    padding:0 4%;
    height: 60px;
    background: #0f6dae;
    overflow: hidden;
    position: relative;
}
.in_company .text1 .item a span{
    position: relative;
    z-index: 2;
    color:#fff;
    font-size:20px;
}
.in_company .text1 .item a img{
    position: relative;
    z-index: 2;
}
.in_company .text1 .item a .bg{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #018cda;
    right: -89px;
    top: -6px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_company .text1 .item a:hover .bg{
    transform: scale(4);
}
.in_company .shuzi{
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.in_company .shuzi .list{
    display: flex;
    align-items: flex-end;
    justify-content: left;
}
.in_company .shuzi .list .number{
    color: #767676;
    font-family: Arial;
    line-height: 61px;
    font-size: 69px;
}
.in_company .shuzi .list .number i{
    font-size:69px;
    color:#000000;
    font-family: Arial;
    text-align: center;
}
.in_company .shuzi .list .t2{
    margin-left:18px;
}
.in_company .shuzi .list .t2 .sm{
    width: 30px;
    height: 30px;
    background: #0f6dae;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 6%;
}
.in_company .shuzi .list .t2 .des{
    font-size:16px;
    color:#6c6c6c;
}

.in_js{
    background: url("img/jsbg.jpg") no-repeat center / cover;
}
.alltitle.black{
    color:#262626;
}
.alltitle.white{
    color:#fff;
}
.alltitle{
    margin-bottom: 50px;
}
.alltitle .en{
    font-family: Arial;
    font-size: 24px;
    text-transform: uppercase;
    color: #00529d;
}
.alltitle .en.white{
    color:#fff;
}
.alltitle .title{
    font-size:33px;
}
.in_js{
    overflow: hidden;
}
.in_js .alltitle{
    margin-bottom: 8%;
}
.in_js .left{
    float: left;
    width: 44%;
}
.in_js .left .des .t1{
    font-size:20px;
    color:#000;
    font-weight: bold;
}
.in_js .left .des .t2{
    font-size:16px;
    color:#000000;
    line-height: 33px;
}
.in_js .left .item{
    margin: 5% 0;
}
.in_js .left .item .list{
    float: left;
    margin-right: 4.5%;
    text-align:center;
}
.in_js .left .item .list:last-child{
    margin-right: 0;
}
.in_js .left .item .list .icon{
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: linear-gradient(45deg, #3ba3eb 0%, #0f6dae 100%);
    position: relative;
    margin:0 auto;
}
.in_js .left .item .list:hover .icon img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.in_js .left .item .list:hover{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.in_js .left .item .list .title{
    text-align:center;
    color:#000000;
    font-size:14px;
    margin-top: 13%;
}
.in_js .left .more{
    display: flex;
    width: 170px;
    height: 45px;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #0f6dae;
    overflow: hidden;
}
.in_js .left .more span{
    color:#fff;
    font-size:16px;
    position: relative;
    z-index: 2;
}
.in_js .left .more .bg{
    position: absolute;
    width: 100px;
    height: 100px;
    background: #2aae67;
    border-radius: 100%;
    right: -100px;
    top: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_js .left .more:hover .bg{
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.in_js .right{
    width: 611px;
    height: 611px;
    border-radius: 100%;
    position: relative;
    float: right;

}
.in_js .right .yuan1{
    width: 100%;
    height: 100%;
    position: relative;
    animation: yuan 50s linear infinite;
}
.in_js .right:hover .yuan1{
    animation: none;
}
.in_js .right .yuan2{
    width: 490px;
    height: 490px;
    border-radius: 100%;
}

@keyframes yuan {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.in_js .right .jkimg{
    position: absolute;
    left: -12%;
    bottom: 5%;
}
.in_pro{
    background: url("img/inprobg.png") no-repeat top center;
}
.in_pro .item .list{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.in_pro .item .list:nth-child(3n){
    margin-right: 0;
}
.allpro .imgbox{
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
}
.allpro .imgbox .tags{
    position: absolute;
    display: inline-block;
    line-height: 40px;
    width: 69%;
    text-align:center;
    font-size:20px;
    color:#fff;
    border-radius: 20px 20px 0 0;
    background: #0f6dae;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    display: none;
}
.allpro .text a{
    display: block;
    background: #f9f9f9;
    border:1px solid #edf0f5;
    position: relative;
    text-align:center;
    padding:7% 0;
}
.allpro .text a .title{
    font-size:24px;
    color:#000000;
    letter-spacing: 1px;
}
.allpro .text a .canshu{
    margin:3% 0;
}
.allpro .text a .canshu .ll{
    display: inline-block;
    font-size:16px;
    color:#666;
    line-height: 30px;
    padding:0 10px;
}
.allpro .text a .more{
    display: block;
    width: 130px;
    height: 30px;
    background: #222;
    border-radius: 30px;
    position: relative;
    text-align:left;
    margin:0 auto;
}
.allpro .text a .more span{
    font-size:14px;
    color:#fff;
    display: inline-block;
    line-height: 30px;
    margin-left: 19%;
}
.allpro .text a .more .jian{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}
.allpro .text a .more .jian .img2{
    opacity: 0;
}
.allpro:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allpro:hover .text a .more{
    background: #0f6dae;
}
.allpro:hover .text a .more .jian .img1{
    opacity: 0;
}
.allpro:hover .text a .more .jian .img2{
    opacity: 1;
}
.in_apply{
    height: 860px;
    position: relative;
}
.in_apply .alltitle .en{
    color:#fff;
}
.in_apply .swiper-container{
    height: 100%;
}
.in_apply .swiper-slide .text{
    position:absolute;
    width: 100%;
    left:0;
    top:9%;
}
.in_apply .swiper-slide .text .des .title{
    display: inline-block;
    padding: 5px 26px;
    font-size: 20px;
    color: #fff;
    border-radius: 20px 0 20px 0;
    background: #018cda;
    letter-spacing: 4px;
}
.in_apply .swiper-slide .text .des .con{
    color:#fff;
    font-size:18px;
    line-height: 35px;
    width: 50%;
    margin-top: 2%;
}
.in_apply .swiper-slide .text .des .con strong{
    font-size:30px;
    display: inline-block;
    margin-bottom: 2%;
    font-weight: 500;
}
.in_apply .swiper-slide .text .des .more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 42px;
    border:1px solid #fff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    margin-top: 3%;
}
.in_apply .swiper-slide .text .des .more span{
    color:#fff;
    font-size:14px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.in_apply .swiper-slide .text .des .more img{
    position: relative;
    z-index: 2;
}
.in_apply .swiper-slide .text .des .more .bg{
    position: absolute;
    width: 100px;
    height: 100px;
    background: #018cda;
    border-radius: 100%;
    right: -100px;
    top: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_apply .swiper-slide .text .des .more:hover .bg{
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.in_apply .swiper-slide .text .des .more:hover{
    border:1px solid #018cda;
}
.in_apply .item{
    position: absolute;
    width: 100%;
    bottom:11%;
    left:0;
    z-index: 1;
}
.in_apply .item .list{
    float: left;
    width: 12.5%;
    border:1px solid rgba(255,255,255,0.5);
    border-right: none;
    height: 135px;
    position: relative;
}
.in_apply .item .list:last-child{
    border-right:1px solid rgba(255,255,255,0.5);
}
.in_apply .item .list .text1{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    left:0;
    top:0;
    z-index: 1;
}
.in_apply .item .list .text1 .inner{
    width: 100%;
    text-align:center;
}
.in_apply .item .list .text1 .title{
    font-size:24px;
    color:#fff;
}
.in_apply .item .list .text1 .en{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
}
.in_apply .item .list .text2{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    left:0;
    top:0;
    z-index: 2;
    background-color: #fff;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.in_apply .item .list .text2 .inner{
    width: 100%;
    text-align:center;
}
.in_apply .item .list .text2 img{
    display: block;
    margin:0 auto;
}
.in_apply .item .list .text2 .title{
    font-size:24px;
    color:#0f6dae;
    letter-spacing: 1px;
    margin-top: 4%;
}
.in_apply .item .list:hover .text2
,.in_apply .item .list.active .text2{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.in_news{
    background: url("img/newsbg.jpg") no-repeat center / cover;
}
.in_news .tbox .alltitle{
    margin-bottom: 39px;
}
.in_news .tbox .left{
    float: left;
}
.in_news .tbox .right{
    float: right;
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2%;
}
.in_news .tbox .right .newstype{
    width: 301px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.in_news .tbox .right .newstype a{
    display: inline-block;
    position: relative;
}
.in_news .tbox .right .newstype a span{
    font-size:20px;
    color:#282828;
    position: relative;
    z-index: 2;
}
.in_news .tbox .right .newstype a i{
    position: absolute;
    z-index: 1;
    width: 0;
    height: 12px;
    background: #dce4ec;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_news .tbox .right .newstype a:hover span{
    font-weight: bold;
    color:#0f6dae;
}
.in_news .tbox .right .newstype a:hover i{
    width: 105%;
}
.in_news .tbox .right .more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 42px;
    border:1px solid #aaa;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.in_news .tbox .right .more span{
    color:#aaa;
    font-size:14px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.in_news .tbox .right .more img{
    position: relative;
    z-index: 2;
}
.in_news .tbox .right .more .bg{
    position: absolute;
    width: 100px;
    height: 100px;
    background: #0f6dae;
    border-radius: 100%;
    right: -100px;
    top: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_news .tbox .right .more:hover .bg{
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.in_news .tbox .right .more:hover{
    border:1px solid #0f6dae;
}
.in_news .tbox .right .more:hover span{
    color:#fff;
}
.in_news .tbox .right .more:hover img{
    filter:brightness(150%) invert(0);
}
.in_news .newstop{
    width: 100%;
    height: 590px;
}
.in_news .newstop .left{
    float: left;
    width: 65.5%;
    height: 100%;
}
.in_news .newstop .left .swiper-news{
    width: 100%;
    height: 100%;
}
.in_news .newstop .left .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.in_news .newstop .left .imgbox .title{
    position: absolute;
    width: 100%;
    padding:0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    left:0;
    bottom:0;
}
.in_news .newstop .left .imgbox .title>span{
    display: inline-block;
    width: 85%;
    font-size:22px;
    color:#fff;
    font-weight: bold;
}
.in_news .newstop .left .imgbox .title .jiaodian{
    width: 11%;
    position: relative;
    height: 100%;
}
.in_news .newstop .left .imgbox .title .jiaodian .swiper-pagination{
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in_news .newstop .left .imgbox .title .jiaodian .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    margin:0 10px;
    opacity: 1;
}
.in_news .newstop .left .imgbox .title .jiaodian .swiper-pagination-bullet-active{
    background: #0f6dae;
}
.in_news .newstop .left:hover .imgbox .title{
    background: linear-gradient(to top,rgb(0 81 154 / 44%) 50%,rgba(0,0,0,0));
}
.in_news .newstop .right{
    float: right;
    width: 31.5%;
    height: 100%;
}
.in_news .newstop .right .allnews{
    height: 100%;
}
.allnews .imgbox{
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.allnews .text a{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 8% 11%;
}
.allnews .text a .time{
    font-size:18px;
    color:#999999;
    font-family: bar;
}
.allnews .text a .title{
    font-size:22px;
    color:#333;
    margin:7% 0 5% 0;
}
.allnews .text a .des{
    font-size:18px;
    color:#999;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.allnews .text a .more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75px;
    height: 40px;
    margin-top: 6%;
    overflow: hidden;
    position: relative;
}
.allnews .text a .more span{
    font-size:18px;
    color:#333333;
    position: relative;
    z-index: 2;
}
.allnews .text a .more img{
    position: relative;
    z-index: 2;
}
.allnews .text a .more .bg{
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 0;
    height: 100%;
    z-index: 1;
    background: #0f6dae;

}
.in_news .newstop .right .allnews .imgbox{
    height: 48%
}
.in_news .newstop .right .allnews .text{
    height: 52%;
}
.allnews:hover .text a .more{
    width: 140px;
}
.allnews:hover .text a .more .bg{
    width: 100%;
}
.allnews:hover .text a .more span{
    color:#fff;
    display: inline-block;
    margin-left: 19%;
}
.allnews:hover .text a .more img{
    filter: brightness(150%) invert(0);
    display: inline-block;
    margin-right: 19%;
}
.in_news .newsbottom .list{
    float: left;
    width: 31.5%;
    margin-right: 2.75%;
}
.in_news .newsbottom .list:last-child{
    margin-right: 0;
}
.allnews:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    filter:brightness(50%);
}

.in_pointer{
    background: url("img/pointerbg.jpg") no-repeat center / cover;
}
.in_pointer .item .list{
    display: flex;
    justify-content: space-between;
}
.in_pointer .item .list1{
    width: 83.5%;
    margin:0 auto;
}
.in_pointer .item .listcent{
    margin-top: -47px;
}
.in_pointer .item .list2{
    margin-top: -47px;
}
.in_pointer .item .list .icon{
    width: 250px;
    height: 288px;
    position: relative;
    background: url("img/pointer1.png") no-repeat center;
    background-size: contain;
}
.in_pointer .item .list .icon:hover{
    background: url("img/pointer2.png") no-repeat center;
    background-size: contain;
}
.in_lx{
    width: 100%;
    background: #fff;
}
.in_lx .item{
    height: 500px;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
}
.in_lx .list{
    width: 48.5%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.in_lx .list:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.in_lx .list a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: absolute;
    left:0;
    top:0;
}
.in_lx .list a .inner{
    text-align:center;
    width: 100%;
    color:#fff;
}
.in_lx .list a .inner .fir{
    letter-spacing: 1px;
    font-size:32px;
}
.in_lx .list a .inner .sec{
    margin:2% 0 4% 0;
    font-size:16px;
}
.in_lx .list a .inner span{
    display: inline-block;
    width: 132px;
    line-height: 42px;
    font-size:15px;
    text-align:center;
    border:1px solid #fff;
}
.in_lx .list a .inner span:hover{
    background: #0f6dae;
    color: #fff;
    border: 1px solid #0f6dae;
}
.in_lx .list:hover a{
    background: rgba(0,0,0,0.5);
}

.footerbox{
    background: #f5f5f5;
}
.footerbox .left{
    float: left;
    width: 465px;
    padding:75px 0;
    border-right:1px solid #e9e9e9;
}
.footerbox .left .f-logo .f-logo-img{
    width: 224px;
    margin-bottom: 3%;
}
.footerbox .left .f-logo .tbox .fir{
    font-size:24px;
    color:#000;
    letter-spacing: 1px;
}
.footerbox .left .f-logo .tbox .sec{
    font-weight: bold;
    font-size:15px;
    color:#999999;
    text-transform: uppercase;
}
.footerbox .left .lxbox .tel{
    float: left;
}
.footerbox .left .lxbox .tel .list{
    display: flex;
    align-items: center;
    justify-content: left;
}
.footerbox .left .lxbox .tel .list.te{
    margin-bottom: 10%;
}
.footerbox .left .lxbox .tel .list .icon{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #0f6dae;
    position: relative;
    margin-right: 10px;
}
.footerbox .left .lxbox .tel .list .icon img
{
    max-width: 44%;
}
.footerbox .left .lxbox .tel .list .wenzi .t1{
    font-size:16px;
    color:#000;
}
.footerbox .left .lxbox .tel .list .wenzi .t2{
    color:#000000;
}
.footerbox .left .lxbox .tel .list .wenzi .t2 a{
    font-size: 18px;
    color: #000000;
    line-height: 33px;
}
/*.footerbox .left .lxbox .tel .list.email .wenzi .t2 a{
    font-size:21px;
}*/

.footerbox .left .lxbox{
    margin-top: 7%;
}
.footerbox .left .lxbox .erbox{
    float: left;
    margin-left: 20px;
    width: 115px;
    background: #e9e9e9;
    border-radius: 10px;
    padding:9px;
    text-align:center;
}
.footerbox .left .lxbox .erbox img{
    width: 100%;
}
.footerbox .left .lxbox .erbox p{
    font-size:16px;
    color:#000000;
    margin-top: 5px;
}
.footerbox .right{
    float: left;
    width: calc(100% - 465px);
    display: flex;
    justify-content: space-between;
    padding: 75px 0;
    padding-left: 4%;

}
.footerbox .right .list .ftitle{
    display: block;
    color:#000;
    font-size:20px;
    margin-bottom: 25px;
}
.footerbox .right .list .abox a{
    display:block;
    position: relative;
    margin-bottom: 5px;
}
.footerbox .right .list .abox a span{
    font-size:15px;
    color:#666666;
    position: relative;
    z-index: 2;
}
.footerbox .right .list .abox a span:after{
    content:"";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 8px;
    background: #dce4ec;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.footerbox .right .list .abox a:hover span{
    font-weight: bold;
    color:#0f6dae;
}
.footerbox .right .list .abox a:hover span:after{
    width: 100%;
}
.copy{
    background: #e9e9e9;
    line-height: 90px;
    font-size:14px;
    color:#666;
}
.copy .l{
    float: left;
}
.copy .r{
    float: right;
}
.copy a{
    color:#666;
}

.sbanner{
    width: 100%;
    /*height: 480px;*/
    position: relative;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
}
.sbanner .text .t1{
    font-size:36px;
    font-weight: bold;
    letter-spacing: 2px;
}
.sbanner .text .t2{
    font-size:22px;
    margin:0.5% 0 2.5% 0;
}
.sbanner .text .yuan{
    width: 42px;
    height: 42px;
    position: relative;
    border-radius: 100%;
    background: #fff;
}
.sbanner .text .yuan img{
    -webkit-animation: arrowMove 1.3s infinite;
    animation: arrowMove 1.3s infinite;
}
@-webkit-keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}

@keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}
.allcrumbs{
    line-height: 80px;
    border-bottom:1px solid #e5e5e5;
}
.allcrumbs .left{
    float: left;
    width: 74%;
}
.allcrumbs .left a{
    display: inline-block;
    position: relative;
    margin-right: 5%;
}
.allcrumbs .left a:last-child{
    margin-right: 0;
}
.allcrumbs .left a:after{
    content:"";
    position: absolute;
    right:-30px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #dcdcdc;
}
.allcrumbs .left a:last-child:after{
    display: none;
}
.allcrumbs .left a span{
    font-size:16px;
    color:#666;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.allcrumbs .left a span:after{
    content:"";
    position: absolute;
    width: 0;
    height: 10px;
    background: #e5edf5;
    bottom:-3px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.allcrumbs .right{
    float: right;
    padding-left:25px;
    background: url("img/home-icon.png") no-repeat left center;
    font-size:16px;
    color:#666666;
}
.allcrumbs .right a{
    color:#666666;
}
.allcrumbs .left a:hover span
,.allcrumbs .left a.active span{
    color:#0f6dae;
}
.allcrumbs .left a.active span{
    font-weight: bold;
}
.allcrumbs .left a:hover span:after
,.allcrumbs .left a.active span:after{
    width: 109%;
}

.inner-company-fir{
    background: url("img/innercombg1.jpg") no-repeat right bottom / cover;
}
.alltitle.bulbak .en{
    color:#0f6dae;
}
.alltitle.bulbak .title{
    color:#262626;
}
.inner-company-fir .con .left{
    float: left;
    width: 50%;
}
.inner-company-fir .con .des{
    font-size:16px;
    color:#818181;
    line-height: 33px;
}
.item.comshuzi{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item.comshuzi .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 37%;
    border-bottom:1px solid #d7d7d7;
    height: 174px;
}
.item.comshuzi .list .text .fir{
    display: flex;
    align-items: flex-end;
    justify-content: left;
}
.item.comshuzi .list .text .fir .s1{
    font-size:45px;
    color:#00529d;
    line-height: 40px;
}
.item.comshuzi .list .text .fir .s2{
    font-size: 20px;
    color: #00529d;
    font-weight: bold;
    line-height: 27px;
    display: inline-block;
    margin-left: 5px;
}
.item.comshuzi .list:last-child .text .fir .s2{
    font-size: 18px;
}
.item.comshuzi .list .text .sec{
    font-size:16px;
    color:#2b2b2b;
    margin-top: 10px;
}
.item.comshuzi .list .icon{
    height: 46px;
}
.item.comshuzi .list .icon img{
    max-width: 100%;
}
.in_company .item.comshuzi{
    margin-top: 3%;
}
.in_company .item.comshuzi .list{
    width: 20%;
    height: 116px;
}
.alltitle.in{
    margin-bottom: 40px;
}
.inner-company-fir .con .right{
    float: right;
    width: 36.5%;
    height: 350px;
    position: relative;
    border-radius: 100px 0 0 0;
    overflow: hidden;
}
.inner-company-fir .con .right .bg{
    position: absolute;
    width: 90%;
    height: 90%;
    background: #0f6dae;
    bottom:0;
    right:0;
    z-index: 1;
}
.inner-company-fir .con .right .pic{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    left:0;
    z-index: 2;
}
.inner-company-fir .biaobox{
    margin-top: 4%;
}
.inner-company-sec .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-company-sec .item .list{
    width: 23.5%;
    height: 548px;
    position: relative;
    overflow: hidden;
}
.inner-company-sec .item .list .text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 13%;
    padding-top: 22%;
}
.inner-company-sec .item .list .icon{
    width: 50px;
    height: 50px;
    position: relative;
}
.inner-company-sec .item .list .icon .img2{
    opacity: 0;
}
.inner-company-sec .item .list .text .title{
    letter-spacing: 1px;
    color:#000;
    font-size:27px;
    margin:8% 0 3% 0;
}
.inner-company-sec .item .list .text .con{
    font-weight: lighter;
    color:#3f3f3f;
    font-size:19px;
}
.inner-company-sec .item .list:hover .text{
    background: linear-gradient(to bottom, #0f6dae, transparent);
}
.inner-company-sec .item .list:hover .pic{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.inner-company-sec .item .list:hover .text .title{
    color:#fff;
    text-align:center;
}
.inner-company-sec .item .list:hover .icon{
    margin:0 auto;
}
.inner-company-sec .item .list:hover .icon .img1{
    opacity: 0;
}
.inner-company-sec .item .list:hover .icon .img2{
    opacity: 1;
}
.inner-company-sec .item .list:hover .text .con{
    color:#fff;
    text-align:center;
}
.inner-company-four{
    background: url("img/innercombg3.jpg") no-repeat center / cover;
}
.inner-company-thr .honorbox .imgbox{
    width: 100%;
    height: 360px;
    background: #fff;
    border:1px solid #eee;
    border-bottom:none;
    position: relative;
}
.inner-company-thr .honorbox .imgbox img{
    max-width: 68%;
    max-height: 73%;
}
.inner-company-thr .honorbox .title{
    background: #fff;
    border:1px solid #eee;
    line-height: 90px;
    font-size:20px;
    color:#282828;
    text-align:center;
}
.inner-company-thr .honorbox .swiper-slide:hover .imgbox{
    background: #0f6dae;
}
.inner-company-thr .honorbox .swiper-slide:hover .title{
    color:#0f6dae;
}
.ttbox.inner .left{
    float: left;
}
.ttbox.inner .right{
    float: right;
    width: 125px;
    position: relative;
    height: 45px;
    margin-top: 4%;
}
.ttbox.inner .right>div{
    width: 45px;
    height: 45px;
    background: #fff;
    border:2px solid #d5d6da;
    border-radius: 100%;
}
.ttbox.inner .right .swiper-button-next{
    right:0;
}
.ttbox.inner .right .swiper-button-left{
    left:0;
}
.ttbox.inner .right>div:after{
    display: none;
}
.ttbox.inner .right>div:hover{
    background: #0f6dae;
    border:2px solid #fff;
}
.ttbox.inner .right>div:hover img{
    filter:brightness(150%) invert(0);
}

.inner-company-four .pointer{
    height: 406px;
}
.inner-company-four .pointer .swiper-container{
    height: 100%;
}
.inner-company-four .pointer .swiper-slide{
    height: calc(100% / 2);
}
.inner-company-four .pointer .imgbox{
    position: relative;
    overflow: hidden;
    border:1px solid #e8e8e8;
    width: 100%;
    height: 100%;
    background: #fff;
}
.inner-company-five{
    background: url("img/innercombg4.jpg") no-repeat center bottom / cover;
}

.inner-company-five .developbox .top .contentbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-company-five .developbox .top .tbox{
    font-family: Arial;
    font-size: 182px;
    color: rgba(255,255,255,0.4);
    line-height: 161px;
}

.inner-company-five .developbox .top .develop_des{
    font-size:20px;
    color:#fff;
    line-height: 42px;
    margin-left: 3%;
    max-width: 620px;
}
.inner-company-five .developbox .bottom{
    background:url("img/developbg.png") no-repeat center top 38%;
}
.inner-company-five .developbox .bottom .swiper-container{
    padding-top: 5%;
}
.inner-company-five .developbox .bottom .dian{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    margin:37px auto 16px auto;
    opacity: 0.5;
}
.inner-company-five .developbox .bottom .tbox{
    text-align:center;
    color:#fff;
    font-size:24px;
    font-weight: bold;
    opacity: 0.5;
}
.inner-company-five .developbox .bottom .swiper-slide-thumb-active .dian{
    opacity: 1;
}
.inner-company-five .developbox .bottom .swiper-slide-thumb-active .tbox{
    opacity: 1;
}
.inner-company-five .developbox .innerebtn{
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.4);
    text-align:center;
    top: 32%;
    background-size: 15px;
}
.inner-company-five .developbox .innerebtn:hover{
    background-color: #fff;
}
.inner-company-five .developbox .innerebtn:after{
    font-size:24px;
}
.inner-company-five .developbox .innerebtn:hover:after{
    color:#0f6dae;
}

.inner-company-five .developbox .swiper-button-next{
    right:0;
}
.inner-company-five .developbox .swiper-button-prev{
    left:0;
}
.jkdes{
    font-size:16px;
    color:#818181;
    line-height: 35px;
}
.jkdes img{
    max-width: 100%;
    margin:0 auto;
}
.inner-jk-fir .jkys .title{
    font-size:16px;
    color:#0f6dae;
    margin-top: 1%;
}
.inner-jk-fir .jkys .item{
    display: flex;
    justify-content: space-between;
    margin-top: 8%;
    flex-wrap: wrap;
}
.inner-jk-fir .jkys .item .list{
    width: 23%;
    height: 200px;
    position: relative;
    background: #e6ecf1;
}
.inner-jk-fir .jkys .item .list .text{
    padding:0 5%;
    text-align:center;
    margin-top: 7%;
}
.inner-jk-fir .jkys .item .list .text .t1{
    font-size:24px;
    color:#333333;
    font-weight: bold;
}
.inner-jk-fir .jkys .item .list .text .t2{
    font-size:12px;
    color:#9da1a4;
    text-transform: uppercase;
}
.inner-jk-fir .jkys .item .list .icon{
    width: 141px;
    height: 162px;
    background: url("img/jkiconbg1.png") no-repeat center;
    background-size: contain;
    margin:-23% auto 0  auto;
    position: relative;
}
.inner-jk-fir .jkys .item .list:hover{
    background: #e3f1e9;
}
.inner-jk-fir .jkys .item .list:hover .icon{
    background: url("img/jkiconbg2.png") no-repeat center;
    background-size: contain;
}
.jktitle{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}
.jktitle span{
    font-weight: bold;
    font-size:24px;
    color:#0f6dae;
    display: inline-block;
    margin-left: 17px;
}
.inner-jk-thr .item .list{
    height: 130px;
    margin-top: 2%;
}
.inner-jk-thr .item .list .imgbox{
    float: left;
    width: 130px;
    height: 100%;
}
.inner-jk-thr .item .list .text{
    float: left;
    height: 100%;
    width: calc(100% - 130px);
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
.inner-jk-thr .item .list .text .inner{
    width: 100%;
    padding:0 2%;
}
.inner-jk-thr .item .list .text .title{
    font-weight: bold;
    font-size:20px;
    color:#333333;
    margin-bottom: 10px;
}
.inner-jk-thr .item .list .text .con{
    font-size:16px;
    color:#818181;
}

.inner-jk-four .item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-jk-four .item .list{
    width: 23%;
    height: 260px;
    background: #f5f5f5;
    border-radius: 0 50px 0 50px;
    position: relative;
    overflow: hidden;
}
.inner-jk-four .item .list .inner{
    width: 100%;
    padding: 0 13%;
    margin-top: 21%;
}
.inner-jk-four .item .list .title{
    font-weight: bold;
    font-size:24px;
    color:#060734;
    margin-bottom: 12px;
}
.inner-jk-four .item .list .con{
    font-size: 15px;
    color: #060734;
    line-height: 26px;
}
.inner-jk-four .item .list .icon{
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 0 50px 0 50px;
    background: #0f6dae;
    right:0;
    top:0;
}
.inner-jk-four .item .list:hover {
    background: linear-gradient(
            45deg, #2aae67 0%, #0f6dae 100%);
}
.inner-jk-four .item .list:hover .icon{
    background: linear-gradient(
            45deg, #3c82aa 0%, #07569d 100%);
}
.inner-jk-four .item .list:hover .title{
    color:#fff;
}
.inner-jk-four .item .list:hover .con{
    color:#fff;
}
.inner-jk .jkdes table{
    width: 100% !important;
    border-collapse: collapse;
}
.inner-jk .jkdes table tr td{
    font-size: 18px;
    color: #333333;
    padding:17px 5px;
    border: 2px solid #333333!important;
    text-align: center;
}
.inner-jk .jkdes table tr:nth-child(1),
.inner-jk .jkdes table tr:nth-child(2){
    background: #0f6dae;
}
.inner-jk .jkdes table tr:nth-child(1) td,
.inner-jk .jkdes table tr:nth-child(2) td{
    color:#fff;
}

.inner-pro-list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}

.inner-pro-box-top{
    border-bottom:2px solid #edf0f5;
}

.prodesimg{
    border:2px solid #efefef;
    padding:3.5%;
}
.prodesimg .imgbox{
    float: left;
    width: 41%;
    height: 430px;
    border:1px solid #eee;
}
.prodesimg .imgbox .swiper-container{
    width: 100%;
    height: 100%;
}
.prodesimg .imgbox .pic{
    width: 100%;
    height: 100%;
    position: relative;
}
.prodesimg .text{
    float: right;
    width: 50%;
}
.prodesimg .text .tags{
    width: 270px;
    line-height: 38px;
    background: url("img/tags.png") no-repeat center;
    padding-left: 150px;
    font-weight: bold;
    font-size:18px;
    color:#0f6dae;
}
.prodesimg .text .title{
    font-size:36px;
    color:#333;
    margin: 3% 0;
}
.prodesimg .text .line{
    width: 100%;
    height: 2px;
    background: #efefef;
    position: relative;
}
.prodesimg .text .line:after{
    position: absolute;
    content:"";
    width: 15%;
    height: 100%;
    background: #0f6dae;
    top:0;
    left:0;
}
.prodesimg .text .des{
    line-height: 28px;
    font-size:16px;
    color:#666666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
    margin: 3% 0 4% 0;
}
.prodesimg .text .tel p{
    font-size:24px;
    color:#0f6dae;
}
.prodesimg .text .tel p a{
    color:#0f6dae;
}
.prodesimg .text .abox{
    margin-top: 5%;
}
.prodesimg .text .abox a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 60px;
    background: #f5f5f5;
    border:1px solid #e7e7e7;
    float: left;
    margin-right: 3%;
}
.prodesimg .text .abox a:last-child{
    margin-right: 0;
}
.prodesimg .text .abox a .icon{
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background: linear-gradient(45deg,#cbcbcb,#f1f1f1);
    position: relative;
    margin-right: 15px;
}
.prodesimg .text .abox a span{
    font-size:18px;
    color:#666666;
}
.prodesimg .text .abox a:hover{
    background: #0f6dae;
}
.prodesimg .text .abox a:hover .icon{
    background: linear-gradient(45deg,#578cbc,#246aa8);
}
.prodesimg .text .abox a:hover span{
    color:#fff;
}
.inner-pro-box .jkdes{
    font-size:18px;
    color:#666666;
}
.inner-pro-sec .item .list{
    font-size:16px;
    color:#282828;
    line-height: 60px;
    font-weight: bold;
    border:1px solid #dfdfdf;
    border-bottom:none;
}
.inner-pro-sec .item .list:last-child{
    border-bottom:1px solid #dfdfdf;
}
.inner-pro-sec .item .list:nth-child(odd){
    background: #f7f7f7;
}
.inner-pro-sec .item .list .kuang{

    float: left;
    padding:0 5%;
}
.inner-pro-sec .item .list .key{
    width: 24%;
    border-right:1px solid #dfdfdf;
}
.inner-pro-sec .item .list .val{
    width: 76%;
}
.proPage{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proPage .page-a{
    display: inline-block;
    max-width: 270px;
    line-height: 50px;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.proPage .page-a a{
    color: #666666;
}

.inner-pro-box-bottom .item .list{
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.inner-pro-box-bottom .item .list:last-child{
    margin-right: 0;
}

.inner-qybz .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 420px;
    padding:0 5.5%;
    background: url("img/qybzbg.jpg") no-repeat center / cover;
    flex-wrap: wrap;
}
.inner-qybz .item .left{
    width: 39%;
    color: #fff;
    line-height: 37px;
    font-size: 22px;
}
.inner-qybz .item .right{
    width: 50%;
    height: 146px;
    border-radius: 12px;
    background: linear-gradient(to right,#2aae67,#01519a);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 3.5%;
}
.inner-qybz .item .right .more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.inner-qybz .item .right .more span{
    color:#0f6dae;
    font-size:16px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.inner-qybz .item .right .more img{
    position: relative;
    z-index: 2;
}
.inner-qybz .item .right .more .bg{
    position: absolute;
    width: 100px;
    height: 100px;
    background: #2aae67;
    border-radius: 100%;
    right: -100px;
    top: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.inner-qybz .item .right .more:hover .bg{
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}
.inner-qybz .item .right .more:hover{
    border:1px solid #2aae67;
}
.inner-qybz .item .right .more:hover span{
    color:#fff;
}
.inner-qybz .item .right .more:hover img{
    filter: brightness(100);
}
.inner-qybz .item .right .title{
    padding-left:80px;
    color: #fff;
    line-height: 30px;
    font-size: 22px;
    background: url("img/pdf.png") no-repeat left center;
}
.inner-pxzl .item{
    display: flex;
    align-items: center;
    width: 100%;
    height: 420px;
    background: url("img/pxzlbg.jpg") no-repeat center / cover;
}
.inner-pxzl .item .inner{
    width: 100%;
    padding-left:5.5%;
}
.inner-pxzl .item .inner .tbox{
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-pxzl .item .inner .tbox .s1{
    letter-spacing: 1px;
    font-size:24px;
    color:#000;
    display:inline-block;
    margin-right: 15px;
    margin-left: 8px;
    font-weight: bold;
}
.inner-pxzl .item .inner .tbox .s2{
    display: inline-block;
    line-height: 29px;
    font-size: 18px;
    color:#fff;
    padding:0 10px;
    border-radius: 12px 0 12px 0;
    background: linear-gradient(to right ,#018cda ,#015299);
}
.inner-pxzl .item .inner .title{
    font-size: 40px;
    letter-spacing: 7px;
    color: #000;
    margin: 0.5% 0;
}
.inner-pxzl .item .inner .des{
    font-size:18px;
    color:#1f2533;
    margin-bottom: 2%;
}
.inner-pxzl .item .inner a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 55px;
    background: #1f2533;
    border-radius: 8px;
}
.inner-pxzl .item .inner a span{
    display: inline-block;
    color:#fff;
    font-size:18px;
    margin-left: 10px;
}
.inner-pxzl .item .inner a:hover{
    background: #0f6dae;
}

.inner-apply-list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-apply-list .inner{
    background: #f5f5f5;
    padding:4.5%;
}
.inner-apply-list .imgbox{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}
.inner-apply-list .text a{
    display: block;
    padding:8% 0 5% 0;
    text-align:center;
}
.inner-apply-list .text a .title{
    font-size:24px;
    color:#333333;
    margin-bottom: 3%;
}
.inner-apply-list .text a .more{
    display: block;
    width: 130px;
    height: 30px;
    background: #222;
    border-radius: 30px;
    position: relative;
    text-align:left;
    margin:0 auto;
}
.inner-apply-list .text a .more span{
    font-size:14px;
    color:#fff;
    display: inline-block;
    line-height: 30px;
    margin-left: 19%;
}
.inner-apply-list .text a .more .jian{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
}
.inner-apply-list .text a .more .jian .img2{
    opacity: 0;
}
.inner-apply-list:hover .text a .more .jian .img1{
    opacity: 0;
}
.inner-apply-list:hover .text a .more .jian .img2{
    opacity: 1;
}
.inner-apply-list:hover .text a .more{
    background: #0f6dae;
}
.inner-apply-list:hover .imgbox img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.jkdessec table{
    width: 100% !important;
    border-collapse: collapse;
}
.jkdessec table tr td{
    font-size: 16px;
    color: #282828;
    padding: 12px 5px;
    border: 1px solid #dfdfdf!important;
    text-align: center;
    font-weight: bold;
}
.jkdessec table tr:nth-child(1){
    background: #0f6dae;
}
.jkdessec table tr:nth-child(1) td{
    color:#fff;
    font-weight: bold;
}
.jkdessec table tr:nth-child(even){
    background: #f7f7f7;
}

.inner-renli-fir{
    width: 100%;
    height: 440px;
    background: url("img/renlibg1.jpg") no-repeat center / cover;
}
.inner-renli-fir .warpper{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inner-renli-fir .right{
    width: 65%;
    font-size:18px;
    color:#333333;
    line-height: 33px;
    position: relative;
    padding: 2% 5%;
}
.inner-renli-fir .right .img1{
    position: absolute;
    top:0;
    left:0;
}
.inner-renli-fir .right .img2{
    position: absolute;
    bottom:0;
    right:0;
}

.inner-renli-sec .fengcaibox .imgbox{
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.inner-renli-sec .fengcaibox .imgbox:hover .pic{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.inner-renli-thr{
    background: url("img/renlibg2.jpg") no-repeat center top;
}
.inner-renli-thr .inner-renli-item{
    background: #fff;
    padding:3%;
    box-shadow: 0 0 20px #0f6dae47;
}
.inner-renli-thr .inner-renli-item .inner-renli-title .list{
    float: left;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: #f0f3fa;
}
.inner-renli-thr .inner-renli-item .inner-renli-title .list span{
    display: inline-block;
    font-size:20px;
    color:#282828;
    font-weight: bold;
    margin-left: 10px;
}
.inner-renli-thr .inner-renli-item .inner-renli-list{
    border-bottom:1px solid #f0f3fa;
    text-align:center;
}
.inner-renli-thr .inner-renli-item .inner-renli-list:hover{
    background: #f7f7f7;
    cursor: pointer;
}
.inner-renli-thr .inner-renli-item .inner-renli-list .list{
    font-size:16px;
    color:#6f6d6d;
    float: left;
    width: 20%;
    display: flex;
    align-items: center;
    height: 80px;
}
.inner-renli-thr .inner-renli-item .inner-renli-list .list .inner{
    width: 100%;
}
.inner-renli-thr .inner-renli-item .inner-renli-list .list a{
    color:#6f6d6d;
}
.inner-renli-thr .inner-renli-item .inner-renli-list .list a:hover{
    color:#0f6dae;
}

.zhaocaoout{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left:0;
    top:0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.zhaocaoout.active{
    opacity: 1;
    visibility: visible;
}
.zhaocaoout .warpper_min{
    height: 100%;
    position: relative;
}
.zhaocaodes{
    position: absolute;
    width: 90%;
    height: 75%;
    background: #fff;
    border-radius: 20px;
    padding:3%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.zhaocaodes .inner{
    width: 100%;
    height: 100%;
}
.zhaocaodes .title{
    padding-bottom: 2%;
    border-bottom:1px solid #e7e7e7;
    margin-bottom: 3%;
}
.zhaocaodes .title .fir{
    font-size:26px;
    color:#000000;
    padding-right: 10%;
}
.zhaocaodes .title .sec{
    margin-top: 2%;
}
.zhaocaodes .title .sec span{
    display: inline-block;
    padding-left:23px;
    font-size:16px;
    color:#2543a5;
    line-height: 30px;
    margin-right: 4%;
}
.zhaocaodes .title .sec span:last-child{
    margin-right: 0;
}
.zhaocaodes .title .sec span.time{
    background: url("img/zhaocai-icon1.png") no-repeat left center;
}
.zhaocaodes .title .sec span.linkman{
    background: url("img/zhaocai-icon2.png") no-repeat left center;
}
.zhaocaodes .title .sec span.tel{
    background: url("img/zhaocai-icon3.png") no-repeat left center;
}
.zhaocaodes .t{
    font-size:18px;
    color:#000000;
    font-weight: bold;
    margin-bottom: 2%;
}
.zhaocaodes .des{
    font-size:16px;
    color:#444444;
    line-height: 30px;
    overflow-y: auto;
    height: 67%;
}

.zhaocaodes .close{
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    right: 35px;
    top: 28px;
}

.bg{
    background: #f5f5f5;
}

.otherlx{
    background: #fff;
    padding:3%;
}

.otherlx-type{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}
.otherlx-type .title{
    width: 22%;
    text-align:center;
    line-height: 80px;
    font-size:24px;
    background: #f5f5f5;
    border:1px solid #e7e7e7;
    color:#666666;
    position: relative;
    cursor: pointer;
}
.otherlx-type .title.active{
    background: #0f6dae;
    border:1px solid #0f6dae;
    color:#fff;
}
.otherlx-type .title:after{
    position: absolute;
    content:"";
    top:100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border:10px solid transparent;
    border-top-color:#0f6dae;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.otherlx-type .title.active:after{
    opacity: 1;
}
.otherlx .item{
    background: #fff;
    position: relative;
    height: 615px;
}
.otherlx .item .list{
    width: 100%;
    height: 85%;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    overflow: hidden;
}
.otherlx .item .list.active{
    z-index: 2;
}
.otherlx .item .map{
    position: absolute;
    right:0;
    top:0;
    width: 150%;
    height: 100%;
}
.otherlx .item .list .text{
    position: absolute;
    width: 600px;
    right:4%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.otherlx .item .list .text .t{
    display:flex;
    align-items: center;
    justify-content: left;
    padding:4%;
    background: #0f6dae;
    height: 100px;
}
.otherlx .item .list .text .t span{
    display: inline-block;
    color:#fff;
    font-size:26px;
    margin-left: 10px;
}
.otherlx .item .list .text .con{
    background: #fff;
    padding:5% 5%;
}
.otherlx .item .list .text .con p{
    font-size:18px;
    color:#000000;
    line-height: 52px;
}
.otherlx .item .list .text .con p span{
    color:#676767;
}
.otherlx .item .list .text .con p a{
    color:#000000;
}
.inner-contact-thr .biaodan{
    width: 50%;
    float: left;
}
.inner-contact-thr .biaodan .title{
    color:#282828;
    margin-bottom: 3%;
}
.inner-contact-thr .biaodan .textbox{
    position: relative;
}
.inner-contact-thr .biaodan textarea{
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    outline: none;
    font-size:16px;
    color:#333;
    padding:25px;
}
.inner-contact-thr .biaodan textarea::placeholder{
    font-size:16px;
    color:#9b9b9b;
}
.inner-contact-thr .biaodan .inputbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-contact-thr .biaodan .inputbox .inputbb{

    width: 48.5%;
    position: relative;
    margin-top:20px;
}
.inner-contact-thr .biaodan .inputbox input{
    width: 100%;
    line-height: 55px;
    background: #f5f5f5;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 25px;

}
.inner-contact-thr .biaodan .inputbox input::placeholder{
    font-size:16px;
    color:#9b9b9b;
}
.inner-contact-thr .biaodan .code{
    width: 48.5%;
    margin-top: 20px;
    position: relative;
}
.inner-contact-thr .biaodan .code input{
    width: 100%;
    margin-top: 0;
}
.inner-contact-thr .biaodan .code .verify{
    width: 135px;
    height: 98%;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
}
.inner-contact-thr .biaodan .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-thr .biaodan  .submit{
    display: block;
    width: 48.5%;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    margin-top: 20px;
    background: #0f6dae;
}

.alltitle.in{
    font-size:18px;
    color:#666666;
    margin-top: 10px;
}

.inner-contact-thr .biaodan span{
    font-size:16px;
    color:#ff0000;
    top:10px;
    left:10px;
    position: absolute;
}

.inner-contact-thr .imgbox{
    float: right;
    width: 46%;
    height: 630px;
}

.inner-news-list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-news-list .allnews .text a{
    background: #f5f5f5;
}
.info_content{
    background: #fff;
    padding:7%;
}
.inner-title{
    text-align:center;
    margin-bottom: 4%;
}
.inner-title .fir{
    font-size:30px;
    color:#333333;
    text-align:center;
}
.inner-title .line{
    width: 50px;
    height: 2px;
    background: #0f6dae;
    margin:2% auto;
}
.inner-title .sec{
    font-size:14px;
    color:#999999;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.sub {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 3%;
    padding-bottom: 2%;
    text-align: center;
}

.sub li {
    display: inline-block;
    font-size: 14px;
    font-weight: lighter;
    margin-right: 15px;
    color: #666;
    padding-left: 30px;
}

.sub li a {
    display: inline-block;
    font-size: 16px;
    font-weight: lighter;
    color: #666;
}
.news_inner_item{
    font-size: 16px;
    color: #595757;
    line-height: 30px;
}
.news_inner_item img{
    max-width: 100%;
    margin:2% auto;
}
.news-info-inner{
    border-bottom: 1px solid #e5e5e5;
}

.xiala{
    position: absolute;
    left:0;
    top:100%;
    width: 100%;
}
.xiala .item{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    padding:4% 0;
    display: none;
    background: #f5f5f7 url("img/xialaicon.png") no-repeat right bottom;
}
.xiala .bartitle{
    float: left;
    width: 150px;
}
.xiala .bartitle .t1{
    font-size:24px;
    color:#282828;
    font-weight: bold;
}
.xiala .bartitle .t2{
    font-size:22px;
    color:#999999;
    text-transform: uppercase;
    font-weight: bold;
}
.xiala .imgbox{
    float: left;
    width: 25%;
    height: 240px;
    overflow: hidden;
    margin:0 0 0 3%;
}
.xiala .abox{
    float: right;
    width:57%;
}
.xiala .abox a{
    width: 24%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom:2px solid #ededed;
    margin-right: 9%;
    margin-bottom: 6%;
}
.xiala .abox a:nth-child(3n){
    margin-right: 0;
}
.xiala .abox a:hover{
    border-bottom:2px solid #e8eff6;
}
.xiala .abox a span{
    display:block;
    line-height: 40px;
    font-size:16px;
    color:#333333;
    width: 100%;
    background: url("img/xialajian.png") no-repeat right center;
}
.xiala .abox a:hover span{
    color:#0f6dae;
    font-weight: bold;
    background: url("img/xialajian1.png") no-repeat right center;
}

.in_ky{
    margin-top: 3%;
}
.in_ky .ky_item{
    display: flex;
    justify-content: space-between;
}
.in_ky .ky_list{
    height: 220px;
    width: 32%;
    overflow: hidden;
    border-radius: 110px 0 110px 110px;
    position: relative;
}
.in_ky .ky_list .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index: 1;
}
.in_ky .ky_list .bg img{
    object-position: top;
}
.in_ky .ky_list .bg .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(15 109 174 / 61%);
    backdrop-filter: blur(20px);
    left:0;
    top:0;
}
.in_ky .ky_list .con{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: left;

}
.in_ky .ky_list .con .imgbox{
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
    margin: 0 7% 0 5%;
}
.in_ky .ky_list .con .text .name{
    font-size:30px;
    color:#fff;
    margin-top: 10px;
}
.in_ky .ky_list .con .text .txbox{
    display: inline-block;
}
.in_ky .ky_list .con .text .tx{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 30px;
    background: rgba(255,255,255,0.2);
    border-radius: 14px 0 14px 0;
}
.in_ky .ky_list .con .text .tx span{
    font-size:18px;
    color:#fff;
}
.in_ky .ky_list .con .text .tx div{
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    margin:0 5px;
}
.in_ky .ky_list .con .text .tx span{
    margin:0 12px;
}
/*.in_ky .ky_list .con .text .tx span:nth-child(3){
    margin-right: 12px;
}*/
.inner-company-six .tpbox{
    height: 560px;
}
.inner-company-six .tpbox .left{
    float: left;
    width: 48.5%;
    height: 100%;
    padding:2.5% 3%;
    background: url("img/pk1.jpg") no-repeat center / cover;
}
.inner-company-six .tpbox .left .tx{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.inner-company-six .t{
    font-size: 28px;
    text-align: left;
    margin-bottom: 25px;
}
.inner-company-six .t.white{
    color:#fff;
}
.inner-company-six .t.black{
    color:#333;
}
#certify{
    display: none;
}
#certify .swiper-slide {
    width: 290px;
    height: 420px;
    background:none;
}
#certify .swiper-slide .imgbox{
    width: 100%;
    height:88%;
    position: relative;
}
#certify .swiper-slide .imgbox img{
    box-shadow: 0 0 12px rgb(0 0 0 / 29%);
}
#certify .swiper-slide .title{
    font-size:18px;
    color:#fff;
    text-align:center;
    margin-top: 10px;
    opacity: 0;
}
#certify .swiper-slide-active .title{
    opacity: 1;
}
.inner-company-six .tpbox .right{
    float: right;
    width: 48.5%;
    background: #f6f7f9;
    padding:35px;
    height: 100%;
}
.inner-company-six .tpbox .right .imgbox{
    width: 100%;
    height: 207px;
    overflow: hidden;
    position: relative;
    margin-bottom: 7%;
}
.inner-company-six .tpbox .right  .text{
    font-size:18px;
    color:#666666;
    line-height: 33px;
    margin-top: 4%;
}
.inner-company-six .tpbox .right  .text p{
    position: relative;
    padding-left: 17px;
}
.inner-company-six .tpbox .right  .text p:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0b5a9d;
    border-radius: 100%;
    left: 0;
    top: 11px;
}
.inner-company-six .tpbox .right  .text p:nth-child(1){
    margin-bottom: 2%;
}
.inner-company-six .sbbox{
    margin-top: 2%;
}
.inner-company-six .sbbox .imgbox{
    width: 100%;
    height: 265px;
    position: relative;
}
.inner-company-six .sbbox .title{
    font-size: 20px;
    color: #282828;
    text-align: center;
    margin-top: 3%;
}
.jkjndes strong{
    font-size:24px;
    color:#0f6dae;
    padding-left: 30px;
    background: url("img/icon1.png") no-repeat left center;
}
.inner-shzr .item .list{
    margin-bottom: 4%;
}
.inner-shzr .item .list:last-child{
    margin-bottom: 0;
}
.inner-shzr .item .list .imgbox{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.inner-shzr .item .list .text{

}
.inner-shzr .item .list .text .title{
    font-size: 24px;
    color: #0f6dae;
    padding-left: 30px;
    background: url(img/icon1.png) no-repeat left center;
    margin-bottom: 20px;
    font-weight: bold;
}
.inner-shzr .item .list .text .con{
    font-size:16px;
    line-height: 30px;
    color:#666;
}
.inner-shzr .item .list .text .con p{
    position: relative;
    padding-left: 24px;
    text-align: justify;
}
.inner-shzr .item .list .text .con p:before{
    content: "???";
    position: absolute;
    font-size: 28px;
    color: #666;
    left: 0;
    top: 1px;
}
/*.inner-shzr .item .list:nth-child(odd) .text .inner{
    padding-right: 9%;
}
.inner-shzr .item .list:nth-child(even) .text .inner{
    padding-left: 9%;
}
.inner-shzr .item .list:nth-child(odd) .text{
    float: left;
}
.inner-shzr .item .list:nth-child(odd) .imgbox{
    float: right;
}
.inner-shzr .item .list:nth-child(even) .text{
    float: right;
}
.inner-shzr .item .list:nth-child(even) .imgbox{
    float: left;
}*/
.inner-shzr .item .list:hover .imgbox img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}


.inner-contact-thr .conbox{
    height: 495px;
}
.inner-contact-thr .conbox .lx-map{
    float: left;
    width: 65%;
    height: 100%;
}
#lxmap{
    width: 100%;
    height: 100%;
}
.inner-contact-thr .lx-text{
    float: left;
    width: 35%;
    height: 100%;
    background: #0f6dae;
    padding: 5% 6%;
}
.inner-contact-thr .lx-text .list{
    display: flex;
    align-items: center;
    justify-content:left;
    margin-bottom: 10%;
}
.inner-contact-thr .lx-text .list:last-child{
    margin-bottom: 5%;
}
.inner-contact-thr .lx-text .list .icon{
    width: 29px;
    height: 45px;
    position: relative;
}
.inner-contact-thr .lx-text .list .text{
    width: calc(100% - 29px);
    padding-left: 22px;
    color: #fff;
}
.inner-contact-thr .lx-text .list .text a{
    color:#fff;
}
.inner-contact-thr .lx-text .list .text .t1{
    font-size:18px;
}
.inner-contact-thr .lx-text .list .text .t2{
    font-size:18px;
    margin-top: 4px;
}

.inner-company-zj .list{
    height: 320px;
    margin-bottom: 2%;
}
.inner-company-zj .list:last-child{
    margin-bottom: 0;
}
.inner-company-zj .list .imgbox{
    float: left;
    width: 30%;
    height: 100%;
}
.inner-company-zj .list .imgbox img{
    object-position: top;
}
.inner-company-zj .list .text{
    float: left;
    width: 70%;
    height: 100%;
    background: #f6f7f9;
    display: flex;
    align-items: center;
}
.inner-company-zj .list .title{
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-company-zj .list .text .inner{
    padding:0 6%;
}
.inner-company-zj .list .text .title .t{
    display: inline-block;
    font-size:30px;
    color:#333;
}
.inner-company-zj .list .text .title .txbox{
    display: inline-block;
    background: #0f6dae;
    border-radius: 14px 0 14px 0;
    margin-left: 10px;
}
.inner-company-zj .list .text .title .tx{
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}
.inner-company-zj .list .text .title span{
    font-size:16px;
    color:#fff;
    display: inline-block;
}
.inner-company-zj .list .text .title .dian{
    width: 3px;
    height: 3px;
    border-radius: 100%;
    margin:0 5px;
    background: #fff;
}
.inner-company-zj .list .text .con{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.inner-company-zj .list .text .con p{
    margin: 2% 0;
    position: relative;
    padding-left: 24px;
    text-align: justify;
}
.inner-company-zj .list .text .con p:before{
    content: "???";
    position: absolute;
    font-size: 28px;
    color: #0b5a9d;
    left: 0;
    top: 1px;
}

.small_sieder{
    background: #eee;
    padding:10px 10px 0 10px;
    margin-bottom: 11%;
    display: none;
}
.small_sieder a{
    display: block;
    float: left;
    width: 49%;
    line-height: 45px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    margin-right: 2%;
    color: #333;
    margin-bottom: 2%;
}
.small_sieder a:nth-child(2n){
    margin-right: 0;
}
.small_sieder a.active{
    background: #0f6dae;
    color:#fff;
}
.smmenu{
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.smmenu .menuicon{
    width: 25px;
    transition: all .5s ease;
    overflow: hidden;
}
.smmenu .menuicon span{
    display: block;
    margin-top: 5px;
    height: 3px;
    float: left;
    transition: all .3s;
    width: 100%;
    position: relative;
}
.smmenu .menuicon span:nth-child(1){
    margin-top: 0;
}
.smmenu .menuicon span:nth-child(1):before{content:"";height: 2px;width:53%;left: 0;top: 0;background: #9a9a9a;position: absolute;}
.smmenu .menuicon span:nth-child(1):after{content:"";height: 2px;width:73%;;left:-100%;top: 0;background: #9a9a9a;position: absolute;}
.smmenu .menuicon span:nth-child(2):before{content:"";height: 2px;width:45%;left: 0;top: 0;background: #1c66a3;position: absolute;}
.smmenu .menuicon span:nth-child(2):after{content:"";height: 2px;width:35%;left:-100%;top: 0;background: #1c66a3;position: absolute;}
.smmenu .menuicon span:nth-child(3):before{content:"";height: 2px;width:53%;left: 0;top: 0;background: #9a9a9a;position: absolute;}
.smmenu .menuicon span:nth-child(3):after{content:"";height: 2px;width:73%;left:-100%;top: 0;background: #9a9a9a;position: absolute;}

@-webkit-keyframes lineBefore{to{left:100%;}}
@-webkit-keyframes lineAfter{to{left: 0;}}
@keyframes lineBefore{to{left: 100%;}}
@keyframes lineAfter{to{left: 0;}}
.smmenu .menuicon span:before{-webkit-animation: lineBefore 2s infinite; animation: lineBefore 2s infinite;}
.smmenu .menuicon span:after{-webkit-animation: lineAfter 2s infinite; animation: lineAfter 2s infinite;}

.smmenu:before {
    content: "";
    height:19px;
    width: 3px;
    background: #333333;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: rotate(45deg) translateX(10px);
    transition: all .5s ease;
    opacity: 0;
    border-radius: 4px;
}
.smmenu:after{
    content: "";
    height:19px;
    width: 3px;
    background: #333333;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: rotate(-45deg) translateX(10px);
    transition: all .5s ease;
    opacity: 0;
    border-radius: 4px;
}
.smmenu.active .menuicon{
    transform: scaleY(0);
    opacity: 0;
}

.smmenu.active:before{
    opacity: 1;
    transform: rotate(
            45deg) translateX(0px);
}
.smmenu.active:after{
    opacity: 1;
    transform: rotate(
            -45deg) translateX(0px);
}


.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #0f6dae;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display: block;
    line-height: 50px;
    font-size:14px;
    color: #444;
    padding:0 10%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}
